バージョン

CardViewFieldLayoutTemplateGenerator コンストラクタ(FieldLayout,Nullable<Orientation>,Boolean)

CardViewFieldLayoutTemplateGenerator クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal fieldLayout As FieldLayout, _
   ByVal orientation As Nullable(Of Orientation), _
   ByVal recordsArrangedInRowsAndCols As Boolean _
)
public CardViewFieldLayoutTemplateGenerator( 
   FieldLayout fieldLayout,
   Nullable<Orientation> orientation,
   bool recordsArrangedInRowsAndCols
)

パラメータ

fieldLayout
テンプレートが生成される FieldLayout
orientation
テンプレートが生成されるビューの LogicalOrientation になり、そのビューに LogicalOrientation がない場合は null になります。
recordsArrangedInRowsAndCols
Record が行および列で整理される場合 (CardView など) は True、そうでない場合 ( GridViewCarouselView など) は False になります。
参照